home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr01 / zapcode.zip / CANBJ10E.PMF next >
Text File  |  1993-01-01  |  8KB  |  267 lines

  1. ;---------------------------------------;
  2. ;  ZAPCODE Printer Make File (PMF)      ;
  3. ;  for the Canon BJ-10e Bubble Jet.     ;
  4. ;                                       ;
  5. ;  (C) Copyright 1991 Robert L. Morton  ;
  6. ;  All Rights Reserved                  ;
  7. ;---------------------------------------;
  8.  
  9. PRINTER  =  "Canon BJ-10e Bubble Jet"
  10. RESET    =  27,64
  11.  
  12. NAME     =  "Line Feed"
  13.   DESC   =  "Advance paper to the next line."
  14.   CODES  =  10
  15.  
  16. NAME     =  "Form Feed"
  17.   DESC   =  "Advance paper to the top of the"
  18.             "next page."
  19.   CODES  =  12
  20.  
  21. NAME     =  "Clear Printer Buffer"
  22.   DESC   =  "Clear all data from printer"
  23.             "buffer."
  24.   CODES  =  24
  25.  
  26. NAME     =  "Sound Beeper"
  27.   DESC   =  "Sound the printer's beeper."
  28.   CODES  =  7
  29.  
  30. NAME     =  "Deselect Printer"
  31.   DESC   =  "Deselect printer so that it ignores"
  32.             "all print data but Select Printer"
  33.             "command."
  34.   CODES  =  19
  35.  
  36. NAME     =  "Select Printer"
  37.   DESC   =  "Select the printer."
  38.   CODES  =  17
  39.  
  40. NAME     =  "Stop Printing/Go Off-line"
  41.   DESC   =  "Stop printing and take printer"
  42.             "off-line."
  43.   CODES  =  27,106
  44.  
  45. NAME     =  "Select Character Set 2"
  46.   DESC   =  "Select character set 2"
  47.   CODES  =  27,54
  48.  
  49. NAME     =  "Select Character Set 1"
  50.   DESC   =  "Select character set 1."
  51.   CODES  =  27,55
  52.  
  53. NAME     =  "Select Print Mode"
  54.   DESC   =  "Select a new print mode."
  55.   CODES  =  27,73,0
  56.             "Please select new print mode by"
  57.             "entering one of the following"
  58.             "decimal values:"
  59.             " "
  60.             "0  = Resident 10 cpi draft"
  61.             "8  = Resident 12 cpi draft"
  62.             "16 = Resident 17 cpi draft"
  63.             "2  = Resident 10 cpi LQ (default)"
  64.             "10 = Resident 12 cpi LQ"
  65.             "18 = Resident 17 cpi LQ"
  66.             " "
  67.             "Example: Entering 18 sets print"
  68.             "mode to 17 cpi letter quality."
  69.             0
  70.  
  71. NAME     =  "Select 10 CPI (Pica)"
  72.   DESC   =  "Activate 10 characters per inch"
  73.             "(cpi) printing."
  74.   CODES  =  18
  75.  
  76. NAME     =  "Select 12 CPI (Elite)"
  77.   DESC   =  "Activate 12 characters per inch"
  78.             "(cpi) printing."
  79.   CODES  =  27,58
  80.  
  81. NAME     =  "Select 15 CPI (Micron)"
  82.   DESC   =  "Activate 15 characters per inch"
  83.             "(cpi) printing."
  84.   CODES  =  15
  85.  
  86. NAME     =  "Double Width ON"
  87.   DESC   =  "Activate double width print."
  88.             "Characters are printed twice their"
  89.             "normal width."
  90.   CODES  =  27,87,1
  91.  
  92. NAME     =  "Double Width OFF"
  93.   DESC   =  "Deactivate double width print."
  94.             "Characters are printed their normal"
  95.             "width."
  96.   CODES  =  27,87,0,0
  97.  
  98. NAME     =  "Emphasized ON"
  99.   DESC   =  "Activate emphasized print."
  100.             "Characters are printed twice. The"
  101.             "second time, character is offset"
  102.             "horizontally."
  103.   CODES  =  27,69
  104.  
  105. NAME     =  "Emphasized OFF"
  106.   DESC   =  "Deactivate emphasized print."
  107.   CODES  =  27,70
  108.  
  109. NAME     =  "Double-Strike ON"
  110.   DESC   =  "Activate double-strike print."
  111.             "Characters are printed twice. The"
  112.             "second time, character is offset"
  113.             "vertically."
  114.   CODES  =  27,71
  115.  
  116. NAME     =  "Double-Strike OFF"
  117.   DESC   =  "Deactivate double-strike print."
  118.   CODES  =  27,72
  119.  
  120. NAME     =  "Compressed ON"
  121.   DESC   =  "Activate compressed print. If"
  122.             "pitch is 10 cpi, compressed will"
  123.             "produce 17.1 cpi. If pitch is 12"
  124.             "cpi, compressed will produce 20"
  125.             "cpi."
  126.   CODES  =  15
  127.  
  128. NAME     =  "Compressed OFF"
  129.   DESC   =  "Deactivate compressed print."
  130.   CODES  =  18
  131.  
  132. NAME     =  "Superscript ON"
  133.   DESC   =  "Activate superscript print."
  134.             "Characters are printed at an offset"
  135.             "above the normal print line."
  136.   CODES  =  27,83,0,0
  137.  
  138. NAME     =  "Superscript OFF"
  139.   DESC   =  "Deactivate superscript print."
  140.   CODES  =  27,84
  141.  
  142. NAME     =  "Subscript ON"
  143.   DESC   =  "Activate subscript print."
  144.             "Characters are printed at an offset"
  145.             "below the normal print line."
  146.   CODES  =  27,83,1
  147.  
  148. NAME     =  "Subscript OFF"
  149.   DESC   =  "Deactivate subscript print."
  150.   CODES  =  27,84
  151.  
  152. NAME     =  "Underline ON"
  153.   DESC   =  "Activate underline print."
  154.             "Characters, including the space,"
  155.             "are underscored."
  156.   CODES  =  27,45,1
  157.  
  158. NAME     =  "Underline OFF"
  159.   DESC   =  "Deactivate underline print."
  160.   CODES  =  27,45,0,0
  161.  
  162. NAME     =  "Overscoring ON"
  163.   DESC   =  "Activate overscoring. Each"
  164.             "character is overscored."
  165.   CODES  =  27,95,1
  166.  
  167. NAME     =  "Overscoring OFF"
  168.   DESC   =  "Deactivate overscoring."
  169.   CODES  =  27,95,0,0
  170.  
  171. NAME     =  "Proportional Spacing ON"
  172.   DESC   =  "Activate proportional spacing."
  173.             "Spacing between letters is adjusted"
  174.             "to compensate for the varying"
  175.             "widths of individual characters."
  176.   CODES  =  27,80,1
  177.  
  178. NAME     =  "Proportional Spacing OFF"
  179.   DESC   =  "Deactivate proportional spacing."
  180.   CODES  =  27,80,0,0
  181.  
  182. NAME     =  "Set Line Spacing 1/8"""
  183.   DESC   =  "Set line spacing to 1/8 of an inch."
  184.   CODES  =  27,48
  185.  
  186. NAME     =  "Set Line Spacing 7/72"""
  187.   DESC   =  "Set line spacing to 7/72 of an"
  188.             "inch."
  189.   CODES  =  27,49
  190.  
  191. NAME     =  "Set Line Spacing n/72"""
  192.   DESC   =  "Set line spacing in any increment"
  193.             "of 72ths of an inch."
  194.   CODES  =  27,65,0
  195.             "Enter new line spacing in"
  196.             "increments of 72ths of an inch."
  197.             " "
  198.             "Example: Entering 36 would set line"
  199.             "spacing at 1/2 of an inch."
  200.             0
  201.  
  202. NAME     =  "Set Form Length In Inches"
  203.   DESC   =  "Set the current form length in"
  204.             "inches."
  205.   CODES  =  27,67,0,0,0
  206.             "Enter number of inches to set the"
  207.             "current form length."
  208.             " "
  209.             "Range: 1 to 22 decimal."
  210.             " "
  211.             "Example: Entering 11 (decimal)"
  212.             "would set the current form length"
  213.             "to 11 inches."
  214.             0
  215.  
  216. NAME     =  "Set Form Length In Lines"
  217.   DESC   =  "Set the current form length in"
  218.             "lines."
  219.   CODES  =  27,67,0
  220.             "Enter number of lines to set the"
  221.             "current form length."
  222.             " "
  223.             "Range: 1 to 127 decimal."
  224.             " "
  225.             "Example: Entering 68 (decimal)"
  226.             "would set the current form length"
  227.             "to 68 lines."
  228.             0
  229.  
  230. NAME     =  "Set Perforation Skip Distance"
  231.   DESC   =  "Set the distance the printer should"
  232.             "skip when the perforation is"
  233.             "encountered."
  234.   CODES  =  27,78,0
  235.             "Enter number of lines to skip when"
  236.             "perforation is encountered."
  237.             " "
  238.             "Range: 1 to 127 decimal."
  239.             " "
  240.             "Example: Entering 18 (decimal)"
  241.             "would cause printer to skip 18"
  242.             "lines when perforation is"
  243.             "encountered."
  244.             0
  245.  
  246. NAME     =  "Set Horizontal Tabs"
  247.   DESC   =  "Set up to 32 horizontal tab stops."
  248.   CODES  =  27,68,0
  249.             "Enter up to 32 tab stops in"
  250.             "ascending order in decimal:"
  251.             " "
  252.             "Range: 1 to 255 decimal."
  253.             " "
  254.             "Example: Entering 10,20,30,40 would"
  255.             "set four tab stops at locations 10,"
  256.             "20, 30, and 40 on the print line."
  257.             0,0,0
  258.  
  259. NAME     =  "Cancel Horizontal Tabs"
  260.   DESC   =  "Cancel all horizontal tab stops."
  261.   CODES  =  27,68,0,0
  262.  
  263. NAME     =  "Set Tabs To Default"
  264.   DESC   =  "Set tabs to default positions."
  265.   CODES  =  27,82
  266.  
  267.